-
Re: Quick Look preview of font files in Monterey 12.4
You can also try the Font Smoothing Adjuster app and setting Font smoothing to Disabled. It’s a super simple app and free to download from the web. Or, if you are comfortable with the command line, r…3 -
Re: Interesting kerning behavior in macOS applications
Text is split into runs before shaping, and one such run boundary is in between different scripts. Adobe’s apps do some additional processing (e.g. “optical” kerning) which also works across scripts.…3 -
Re: Digital strategy for "luxury" fonts
Rialto is available on Adobe Fonts which should help its spread, but I don’t think I have ever seen it anywhere on the web (well, except for my own usage). Maybe part of luxury is a design being an a…1 -
Re: .calt code model?
Yes. Have a look at the feature file specification for details, in particular section 2.g.ii: http://adobe-type-tools.github.io/afdko/OpenTypeFeatureFileSpecification.html#2.g.ii2 -
Re: OTF Variable fonts
TT variable fonts also have the benefit of still working in software that does not support variable fonts (showing only the base style), while CFF2 fonts are not useable with such legacy software.5